@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
article,
aside,
footer,
header,
section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figcaption,
figure,
main {
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
[hidden],
template {
  display: none;
}
@font-face {
  font-family: BentonSans;
  font-style: normal;
  font-weight: 400;
  src: url(../other/BentonSans-Book.woff) format("woff");
}
@font-face {
  font-family: BentonSans;
  font-style: normal;
  font-weight: 100;
  src: url(../other/BentonSans-Thin.woff) format("woff");
}
@font-face {
  font-family: BentonSans;
  font-style: normal;
  font-weight: 300;
  src: url(../other/BentonSans-Light.woff) format("woff");
}
@font-face {
  font-family: BentonSans;
  font-style: normal;
  font-weight: 500;
  src: url(../other/BentonSans-Medium.woff) format("woff");
}
@font-face {
  font-family: BentonSans;
  font-style: normal;
  font-weight: 700;
  src: url(../other/BentonSans-Black.woff) format("woff");
}
@font-face {
  font-family: Tiempos;
  font-style: normal;
  font-weight: 100;
  src: url(../other/TiemposHeadline-Light.woff) format("woff");
}
@font-face {
  font-family: Tiempos;
  font-style: normal;
  font-weight: 600;
  src: url(../other/TiemposText-Medium.woff) format("woff");
}
html {
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-stroke: 1px transparent;
}
body {
  position: relative;
  margin: 0;
  padding: 0;
  padding-top: 60px;
  font-weight: 400;
  /*font-family: BentonSans;*/
  font-size: 14px;
  background-color: #fff;
}
body.nav-open {
  overflow: hidden;
}
@media (max-width: 768px) {
  body {
    font-size: 12px;
  }
}
@media (min-width: 415px) {
  body {
    padding-top: 10.119047619vw;
  }
}
p {
  font-weight: 300;
  font-size: 1.2857142857em;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6,
h7 {
  font-weight: 500;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
header {
  padding: 0 6.369047619vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
  z-index: 999;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (min-width: 415px) {
  header {
    height: 10.119047619vw;
  }
}
header.dark {
  background-color: #231f20;
}
header.dark .wa-logo,
header.dark nav > a {
  filter: invert(1);
}
header .wa-logo,
header .wa-logo img.logo {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
header .wa-logo img.logo {
  width: auto;
  height: 68px;
}
@media (min-width: 701px) and (max-width: 1024px) {
  header .wa-logo img.logo {
    height: 48px;
  }
}
@media (min-width: 415px) and (max-width: 700px) {
  header .wa-logo img.logo {
    height: 34px;
  }
}
@media (min-width: 376px) and (max-width: 414px) {
  header .wa-logo img.logo {
    height: 30px;
  }
}
@media (max-width: 375px) {
  header .wa-logo img.logo {
    height: 26px;
  }
}
header .wa-logo img.type {
  width: auto;
  height: 68px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (min-width: 701px) and (max-width: 1024px) {
  header .wa-logo img.type {
    height: 48px;
  }
}
@media (min-width: 415px) and (max-width: 700px) {
  header .wa-logo img.type {
    height: 34px;
  }
}
@media (min-width: 376px) and (max-width: 414px) {
  header .wa-logo img.type {
    height: 30px;
  }
}
@media (max-width: 375px) {
  header .wa-logo img.type {
    height: 26px;
  }
}
@media (max-width: 414px) {
  header .wa-logo {
    margin-bottom: 0;
  }
}
header.smaller {
  height: 60px;
  background-color: #fff !important;
}
@media (min-width: 415px) {
  header.smaller {
    height: 80px;
  }
}
header.smaller .wa-logo {
  filter: none;
}
header.smaller .wa-logo img.logo {
  height: 54px;
}
@media (min-width: 701px) and (max-width: 1024px) {
  header.smaller .wa-logo img.logo {
    height: 48px;
  }
}
@media (min-width: 415px) and (max-width: 700px) {
  header.smaller .wa-logo img.logo {
    height: 34px;
  }
}
@media (min-width: 376px) and (max-width: 414px) {
  header.smaller .wa-logo img.logo {
    height: 30px;
  }
}
@media (max-width: 375px) {
  header.smaller .wa-logo img.logo {
    height: 26px;
  }
}
header.smaller .wa-logo img.type {
  opacity: 0;
  height: 54px;
}
@media (min-width: 701px) and (max-width: 1024px) {
  header.smaller .wa-logo img.type {
    height: 48px;
  }
}
@media (min-width: 415px) and (max-width: 700px) {
  header.smaller .wa-logo img.type {
    height: 34px;
  }
}
@media (min-width: 376px) and (max-width: 414px) {
  header.smaller .wa-logo img.type {
    height: 30px;
  }
}
@media (max-width: 375px) {
  header.smaller .wa-logo img.type {
    height: 26px;
  }
}
header.smaller nav > a {
  filter: none;
}
header nav > a {
  font-size: 0;
  width: 24px;
  height: 24px;
  display: block;
  position: relative;
}
header nav > a span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #231f20;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header nav > a span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
header nav > a span:first-child,
header nav > a span:nth-child(3) {
  -webkit-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
header nav > a span:first-child {
  top: 0;
}
header nav > a span:nth-child(3) {
  bottom: 0;
}
header nav > a:hover span {
  background: #bb9970 !important;
}
header nav > a.open {
  filter: none;
  z-index: 9999;
}
header nav > a.open > span {
  background: #fff;
}
header nav > a.open > span:nth-child(2) {
  opacity: 0;
}
header nav > a.open > span:first-child,
header nav > a.open > span:nth-child(3) {
  width: 141.42%;
}
header nav > a.open > span:first-child {
  -webkit-transform: rotate(45deg) translateY(-50%);
  -o-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}
header nav > a.open > span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translateY(50%);
  -o-transform: rotate(-45deg) translateY(50%);
  transform: rotate(-45deg) translateY(50%);
}
header nav .full-screen-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #231f20;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6.369047619vw;
  padding-top: 107px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  overflow: scroll;
}
header nav .full-screen-menu .menu-items {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  padding-right: 100px;
  max-width: 50%;
}
header nav .full-screen-menu .menu-items ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
header nav .full-screen-menu .menu-items ul li {
  text-align: left;
  padding-bottom: 32px;
}
header nav .full-screen-menu .menu-items ul li.current-menu-item a {
  color: #bb9970;
}
header nav .full-screen-menu .menu-items ul li a {
  color: #fff;
  font-weight: 100;
  font-size: 3.5714285714em;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  max-width: 300px;
  display: inline-block;
}
@media (min-width: 576px) {
  header nav .full-screen-menu .menu-items ul li a {
    font-size: 4.2857142857em;
  }
}
header nav .full-screen-menu .menu-items ul li a.current-menu-item,
header nav .full-screen-menu .menu-items ul li a:hover {
  color: #bb9970;
}
@media (max-width: 575px) {
  header nav .full-screen-menu .socials {
    display: none;
  }
}
header nav .full-screen-menu .socials h5 {
  color: #bb9970;
  text-align: left;
  padding: 0;
  padding-bottom: 20px;
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 3px;
}
header nav .full-screen-menu .socials ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
header nav .full-screen-menu .socials ul li {
  text-align: left;
  padding-bottom: 20px;
}
header nav .full-screen-menu .socials ul li a {
  color: #fff;
  font-weight: 100;
  font-size: 2.1428571429em;
  letter-spacing: 1px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
header nav .full-screen-menu .socials ul li a:hover {
  color: #bb9970;
}
header nav a.open ~ .full-screen-menu {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
footer {
  position: relative;
  padding: 60px 6.369047619vw;
  background-color: #3d3d3d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 768px) {
  footer {
    padding: 80px 6.369047619vw;
  }
}
@media (min-width: 1024px) {
  footer {
    padding: 6.369047619vw;
  }
}
footer .footer-contents {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767px) {
  footer .footer-contents {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 -15px;
  }
  footer .footer-contents > div {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    padding: 0 15px;
    width: 50%;
  }
  footer .footer-contents > div:not(:last-child) {
    margin-bottom: 2.2857142857rem;
  }
}
footer .footer-contents > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
footer .footer-contents > div > img {
  margin-top: 6px;
}
footer .footer-contents h3 {
  color: #fff;
  font-size: 1em;
  text-transform: uppercase;
  margin-bottom: 1.7142857143rem;
  letter-spacing: 3px;
  font-weight: 700;
}
footer .footer-contents a,
footer .footer-contents p {
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-size: 1.2857142857em;
  color: #fff;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 1.7142857143rem;
}
@media (min-width: 576px) {
  footer .footer-contents a,
  footer .footer-contents p {
    margin-bottom: 5.7142857143rem;
  }
}
footer .footer-contents p > a {
  font-size: 1em;
}
footer .footer-contents p.bold {
  margin-bottom: 0;
  font-weight: 400;
  color: #939598;
}
footer .footer-contents div.links {
  -webkit-column-count: 2;
  column-count: 2;
  margin-bottom: 1.7142857143rem;
}
@media (min-width: 576px) {
  footer .footer-contents div.links {
    margin-bottom: 5.7142857143rem;
  }
}
footer .footer-contents div.links a {
  display: block;
  margin: 0;
  padding: 0;
}
@media (max-width: 414px) {
  footer {
    min-height: 360px;
  }
  footer .footer-contents {
    margin-bottom: 128px;
  }
  footer .footer-contents > div {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 100% !important;
    flex: 1 1 100% !important;
    margin-bottom: 2.2857142857rem !important;
    width: 100% !important;
  }
  footer .footer-contents h3 {
    margin-bottom: 30px;
  }
  footer #footer-connect {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  footer #footer-connect h3 {
    margin-bottom: 0;
    display: none;
  }
  footer #footer-connect div.links {
    margin-bottom: 0;
    -webkit-column-count: 1;
    column-count: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  footer #footer-connect div.links a {
    margin: 10px;
  }
  footer .made-in-ny {
    width: 32px;
    height: auto;
  }
}
body.dark {
  background-color: #231f20;
}
body.dark header,
body.dark header.smaller {
  background-color: #231f20 !important;
}
body.dark header.smaller .wa-logo,
body.dark header .wa-logo {
  filter: invert(1);
}
body.dark #toggle-menu span {
  background-color: #fff;
}
section {
  padding: 60px 6.369047619vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  section {
    padding: 80px 6.369047619vw;
  }
}
@media (min-width: 1024px) {
  section {
    padding: 6.369047619vw;
  }
}
section.dark-bg {
  color: #fff;
  background-color: #231f20;
}
section.dark-bg + .dark-bg {
  padding-top: 0;
}
section h2 {
  margin-bottom: 1rem;
  color: #bb9970;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
}
section h2:not(:first-child) {
  margin-top: 5rem;
}
section div.section-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 767px) {
  section div.section-contents {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
section div.section-contents article {
  width: 100%;
}
section div.section-contents article a {
  color: #bb9970;
}
section div.section-contents article > .section-caption > p {
  margin: 0;
  padding: 0;
  margin-bottom: 1.0714285714em;
  font-size: 3.5714285714em;
}
@media (max-width: 768px) {
  section div.section-contents article > .section-caption > p br {
    display: none;
  }
}
section div.section-contents article > .section-caption > p:first-of-type {
  margin-bottom: 2rem !important;
  font-weight: 100;
  line-height: 1.2;
}
@media (min-width: 1025px) {
  section div.section-contents article > .section-caption > p:first-of-type {
    max-width: 65vw;
  }
}
section div.section-contents article > .section-caption > p:last-of-type {
  margin-bottom: 0;
}
section div.section-contents article > .section-caption.small > p {
  font-size: 2.7142857143em;
  font-weight: 100;
  line-height: 1.2;
}
section div.section-contents article .two-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -37.5px;
}
section div.section-contents article .two-column > * {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
  padding: 0 37.5px;
}
@media (min-width: 1025px) {
  section div.section-contents article .two-column {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  section div.section-contents article .two-column > * {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%;
  }
}
section div.section-contents aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 4rem;
  min-width: 20.3571428571em;
}
@media (min-width: 768px) {
  section div.section-contents aside {
    margin-top: 0;
    margin-left: 6.4285714286em;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  section div.section-contents aside {
    min-width: 20.3571428571em;
  }
}
@media (min-width: 701px) and (max-width: 768px) {
  section div.section-contents aside {
    min-width: 18.2142857143em;
  }
}
@media (min-width: 415px) and (max-width: 700px) {
  section div.section-contents aside {
    min-width: 17.5em;
  }
}
@media (max-width: 414px) {
  section div.section-contents aside {
    min-width: 17.5em;
  }
}
section div.section-contents aside div.cta {
  margin-bottom: 1.7142857143em;
}
section div.section-contents aside div.cta h3,
section div.section-contents aside div.cta h3 > p {
  margin: 0;
  padding: 0;
  font-weight: 100;
  font-size: 1.2857142857em;
  margin-bottom: 0.8571428571em;
}
@media (min-width: 415px) and (max-width: 700px) {
  section div.section-contents aside div.cta h3,
  section div.section-contents aside div.cta h3 > p {
    font-size: 0.7857142857rem;
    margin-bottom: 0.8571428571em;
  }
}
@media (max-width: 414px) {
  section div.section-contents aside div.cta h3,
  section div.section-contents aside div.cta h3 > p {
    font-size: 0.7857142857rem;
    margin-bottom: 0.8571428571em;
  }
}
section div.section-contents aside div.cta a {
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  font-size: 0.7857142857em;
  font-weight: 700;
  letter-spacing: 3px;
}
section div.section-contents aside div.cta h3 a {
  font-size: inherit;
  text-transform: none;
  letter-spacing: inherit;
}
section div.section-contents aside div.bullet-points h3 {
  font-size: 1.2857142857rem;
  color: #939598;
  font-weight: 400;
  line-height: 1.6;
}
section div.section-contents aside div.bullet-points ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 1.2857142857rem;
}
section div.section-contents aside div.bullet-points ul:last-of-type {
  margin-bottom: 0;
}
section div.section-contents aside div.bullet-points ul li {
  line-height: 1.6;
  margin: 0;
  padding: 0;
  font-size: 1.2857142857rem;
  color: #939598;
  font-weight: 400;
}
section div.section-contents aside div.bullet-points ul li:before {
  content: "+";
  margin-right: 4px;
}
section#grid {
  margin-bottom: 0.625vw;
  padding: 0;
}
ul.fitted-grid {
  opacity: 1;
  position: relative;
  display: block;
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
ul.fitted-grid li {
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  box-sizing: border-box;
  background-color: #e6e7e8;
  border: 0.625vw solid #fff;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  -o-transition: -o-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s, -o-transform 0.8s;
}
ul.fitted-grid li iframe {
  position: absolute;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
}
ul.fitted-grid li.out-view {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}
ul.fitted-grid li.link:hover .cell-bg {
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
ul.fitted-grid li.link:hover .link-overlay {
  opacity: 1;
}
ul.fitted-grid li.text {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
ul.fitted-grid li.text p {
  max-width: 75%;
  font-weight: 100;
  font-size: 3.5714285714em;
  text-decoration: none;
  color: #000;
}
@media (min-width: 769px) and (max-width: 1024px) {
  ul.fitted-grid li.text p {
    font-size: 3.5714285714em;
  }
}
@media (min-width: 701px) and (max-width: 768px) {
  ul.fitted-grid li.text p {
    font-size: 3.5714285714em;
  }
}
@media (min-width: 415px) and (max-width: 700px) {
  ul.fitted-grid li.text p {
    font-size: 3.2142857143em;
  }
}
@media (max-width: 414px) {
  ul.fitted-grid li.text p {
    font-size: 2.8571428571em;
  }
}
ul.fitted-grid li.text.cell-1-1 p {
  font-size: 2em;
}
ul.fitted-grid li .cell-bg {
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: 50%;
  -webkit-transition: opacity 0.5s linear, -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.5s linear, -webkit-transform 0.5s ease-in-out;
  -o-transition: opacity 0.5s linear, -o-transform 0.5s ease-in-out;
  transition: opacity 0.5s linear, transform 0.5s ease-in-out;
  transition: opacity 0.5s linear, transform 0.5s ease-in-out,
    -webkit-transform 0.5s ease-in-out, -o-transform 0.5s ease-in-out;
}
ul.fitted-grid li .cell-bg video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
ul.fitted-grid li .link-overlay {
  z-index: 99;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.5);
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
}
ul.fitted-grid li .link-overlay h3 {
  text-decoration: none;
  color: #b0b3b6;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-size: 1.2857142857em;
}
ul.fitted-grid li .link-overlay h2 {
  font-weight: 100;
  font-size: 2.8571428571em;
}
ul.fitted-grid li .link-overlay.dark {
  background-color: rgba(0, 0, 0, 0.33);
}
ul.fitted-grid li .link-overlay.dark h2 {
  color: #fff;
}
ul.fitted-grid li > .arrow {
  position: absolute;
  top: -30px;
  right: -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 60px;
  height: 60px;
  z-index: 101;
  overflow: hidden;
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
ul.fitted-grid li > .arrow:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #fff;
  z-index: -1;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
ul.fitted-grid li > .arrow > img {
  width: 20px;
  margin-bottom: 6px;
  opacity: 0;
  -webkit-transform: translateY(120%) rotate(-45deg);
  -o-transform: translateY(120%) rotate(-45deg);
  transform: translateY(120%) rotate(-45deg);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
ul.fitted-grid li:hover .arrow:before {
  height: 100%;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
ul.fitted-grid li:hover .arrow > img {
  opacity: 1;
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
ul.fitted-grid li a {
  z-index: 100;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
ul.fitted-grid li a:hover {
  background-color: rgba(0, 0, 0, 1);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
ul.fitted-grid li.flush-left {
  border-left: 1.25vw solid #fff;
}
ul.fitted-grid li.flush-right {
  border-right: 1.25vw solid #fff;
}
ul.fitted-grid li .textWrap {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 40px;
  z-index: 102;
  box-sizing: border-box;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
ul.fitted-grid li .title {
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #ffffff;
  opacity: 0;
}
ul.fitted-grid li .post {
  width: 100%;
  font-size: 16px;
  opacity: 0;
  overflow: hidden;
  word-spacing: normal;
  color: #ffffff;
}
ul.fitted-grid li:hover .title,
ul.fitted-grid li:hover .post {
  opacity: 1;
  transition-delay: 0.2s;
}
.collapse-wrapper {
  position: relative;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  overflow: hidden;
}
.collapse-wrapper,
.collapse-wrapper.horizontal {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.collapse-wrapper > li {
  position: relative;
  padding: 1rem 0;
  width: 100%;
  border-top: 1px solid #bb9970;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.collapse-wrapper > li:last-child {
  border-bottom: 1px solid #bb9970;
}
.collapse-wrapper > li > h2 {
  padding-right: 30px;
  margin-bottom: 0;
  color: #fff;
  font-family: Tiempos;
  font-size: 2.9285714286rem;
  font-weight: 100;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: unset;
}
.collapse-wrapper > li .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1023px) {
  .collapse-wrapper > li .content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 1023px) {
  .collapse-wrapper > li .content > .description {
    margin-bottom: 2rem;
  }
}
.collapse-wrapper > li .content > .description > p,
.collapse-wrapper > li .content > .inner-list > .list-item > p {
  margin: 0;
  font-size: 1.2857142857em;
  font-weight: 300;
  opacity: 0.7;
}
.collapse-wrapper > li .content > .inner-list {
  margin-top: auto;
}
.collapse-wrapper > li .content > .inner-list a {
  color: #bb9970;
}
.collapse-wrapper > li .collapse-trigger {
  cursor: pointer;
  position: absolute;
  top: calc(1rem + 23.5px);
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  color: transparent;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.collapse-wrapper > li .collapse-trigger:after,
.collapse-wrapper > li .collapse-trigger:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #bb9970;
  -webkit-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.collapse-wrapper > li .collapse-trigger:before {
  top: 0;
  left: 50%;
  -webkit-transform: rotate(90deg) translateY(-50%);
  -o-transform: rotate(90deg) translateY(-50%);
  transform: rotate(90deg) translateY(-50%);
}
.collapse-wrapper > li .collapse-trigger:after {
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.collapse-wrapper > li.open .content {
  opacity: 1;
}
.collapse-wrapper > li.open .collapse-trigger:before {
  opacity: 0;
}
.collapse-wrapper:not(.horizontal) > li .content > .inner-list .list-item {
  display: table;
}
.collapse-wrapper:not(.horizontal)
  > li
  .content
  > .inner-list
  .list-item:before {
  content: "•";
  display: table-cell;
  padding-right: 8px;
}
@media (min-width: 1024px) {
  .collapse-wrapper:not(.horizontal) > li .content > .description {
    padding-right: 30px;
    width: 50%;
  }
}
@media (min-width: 1025px) {
  .collapse-wrapper:not(.horizontal) > li {
    height: 300px;
  }
}
.collapse-wrapper.horizontal > li {
  height: 47px;
  border-top: 1px solid #bb9970;
}
.collapse-wrapper.horizontal > li:last-child {
  border-bottom: 1px solid #bb9970;
}
.collapse-wrapper.horizontal > li .content > .description {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  padding-right: 0;
}
@media (min-width: 1024px) {
  .collapse-wrapper.horizontal > li .content > .description {
    padding-right: 10vw;
  }
}
.collapse-wrapper.horizontal > li .content .inner-list {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  margin-top: auto;
}
@media (min-width: 1024px) {
  .collapse-wrapper.horizontal > li .content .inner-list {
    max-width: 290px;
  }
}
@media (min-width: 992px) {
  .collapse-wrapper {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .collapse-wrapper:not(.horizontal) > li {
    padding-right: 2rem;
    padding-left: 2rem;
    height: 300px;
    border: 0;
    border-left: 1px solid #bb9970;
  }
  .collapse-wrapper:not(.horizontal) > li:last-child {
    border-right: 1px solid #bb9970;
  }
  .collapse-wrapper:not(.horizontal) > li h2 {
    padding-right: 0;
  }
  .collapse-wrapper:not(.horizontal) > li .content {
    position: absolute;
    bottom: 1rem;
    left: 2rem;
    width: 35vw;
  }
  .collapse-wrapper:not(.horizontal) > li .collapse-trigger {
    top: auto;
    right: auto;
    bottom: 1rem;
    left: 2rem;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
  }
  .collapse-wrapper:not(.horizontal) > li.open {
    width: 200%;
  }
  .collapse-wrapper:not(.horizontal) > li.open .collapse-trigger {
    opacity: 0;
    pointer-events: none;
  }
}
.service-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  overflow: hidden;
}
.service-wrapper > .service-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 100%;
}
.service-wrapper > .service-item:not(:last-child) {
  margin-bottom: 2rem;
}
@media (min-width: 576px) {
  .service-wrapper > .service-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 35%;
    flex: 1 1 35%;
    max-width: 35%;
  }
}
@media (min-width: 992px) {
  .service-wrapper > .service-item {
    margin-bottom: 0 !important;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 28%;
    flex: 1 1 28%;
    max-width: 28%;
  }
}
.service-wrapper > .service-item > h2 {
  padding-right: 30px;
  margin-bottom: 0;
  color: #fff;
  font-family: Tiempos;
  font-size: 2.9285714286rem;
  font-weight: 100;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: unset;
}
.service-wrapper > .service-item > .service-list {
  padding-left: 20px;
}
.service-wrapper > .service-item > .service-list li {
  font-size: 1.2857142857em;
  line-height: 1.5;
  font-weight: 300;
  opacity: 0.7;
}
section.contact {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
section.contact .section-contents > div.address {
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  background: #231f20;
  color: #fff;
  width: 100%;
  height: 90vw;
  margin-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 1.25vw;
  padding: 2.2857142857em 6.369047619vw;
}
section.contact .section-contents > div.address h3 {
  font-size: 2.5vw;
}
section.contact .section-contents > div.address > p {
  margin-top: 0;
  font-size: 2.8571428571vw;
  font-weight: 100;
  line-height: 1.2;
}
section.contact .section-contents > div.address p.address {
  font-weight: 300;
}
section.contact .section-contents > div.address a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.8571428571em;
  letter-spacing: 2px;
  color: #bb9970;
  font-weight: 500;
}
@media (max-width: 1024px) and (min-width: 769px) {
  section.contact .section-contents > div.address h3 {
    font-size: 2.8571428571vw;
  }
  section.contact .section-contents > div.address p.address {
    font-size: 1.9047619048vw;
  }
}
@media (max-width: 700px) and (min-width: 577px) {
  section.contact .section-contents > div.address p {
    font-size: 2.5714285714em;
  }
  section.contact .section-contents > div.address p.address {
    font-size: 2em;
  }
}
@media (max-width: 700px) {
  section.contact .section-contents > div.address h3 {
    font-size: 2.2857142857em;
  }
  section.contact .section-contents > div.address p {
    font-size: 2em;
  }
  section.contact .section-contents > div.address p.address {
    font-size: 1.4285714286em;
  }
}
@media (min-width: 701px) {
  section.contact .section-contents > div.address {
    max-width: 50%;
  }
}
@media (min-width: 769px) {
  section.contact .section-contents > div.address {
    padding: 6.4285714286em;
  }
}
section.contact .section-contents > div.map {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  box-sizing: border-box;
  margin: 1.25vw;
  width: 100%;
  height: 100vw;
  background-size: cover;
  background-position: 50%;
  filter: grayscale(1);
}
section.contact .section-contents > div.map > iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
@media (max-width: 700px) {
  section.contact .section-contents {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 701px) {
  section.contact .section-contents > div.address,
  section.contact .section-contents > div.map {
    margin-left: 1.25vw;
    max-width: 50%;
    height: 50vw;
  }
  section.contact .section-contents > div.address {
    margin-right: 0;
  }
}
.section-client-list {
  display: block;
  position: relative;
}
div.client-list {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
div.client-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 2rem;
  font-size: 1.7142857143em;
  color: #939598;
  line-height: 2;
  width: 100%;
}
div.client-list ul,
div.client-list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
div.client-list ul li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 25%;
  max-width: 25%;
  min-width: 25%;
  padding: 1rem 0;
  margin: 0;
}
div.client-list ul li img {
  width: 100px;
  height: auto;
}
@media (min-width: 701px) {
  div.client-list ul li img {
    width: 150px;
  }
}
@media (max-width: 700px) {
  div.client-list ul li {
    width: 50%;
    max-width: 50%;
    min-width: 50%;
  }
}
@media (min-width: 701px) {
  div.client-list ul li {
    width: 33%;
    max-width: 33%;
    min-width: 33%;
  }
}
@media (min-width: 1025px) {
  div.client-list ul li {
    width: 25%;
    max-width: 25%;
    min-width: 25%;
  }
}
@media (min-width: 1681px) {
  div.client-list ul li {
    width: 16%;
    max-width: 16%;
    min-width: 16%;
  }
}
ul.press-list {
  list-style: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
}
ul.press-list,
ul.press-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
ul.press-list > li {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -15px;
  width: 100%;
}
ul.press-list > li:not(:last-child) {
  margin-bottom: 10rem;
}
ul.press-list > li > .logo {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 30%;
  flex: 1 1 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px;
  max-width: 30%;
}
ul.press-list > li > .logo > img {
  filter: contrast(0);
  width: 100%;
  max-width: 300px;
  opacity: 0.7;
}
ul.press-list > li > .details {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 60%;
  flex: 1 1 60%;
  padding: 0 15px;
  max-width: 60%;
}
ul.press-list > li > .details p {
  margin: 0;
  color: #fff;
  font-size: calc(20px + 22 * (100vw - 375px) / 1065);
  line-height: 1.4;
}
ul.press-list > li > .details span {
  color: #bb9970;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media (min-width: 1025px) {
  ul.press-list > li > .logo {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%;
  }
}
section.jobs {
  padding-top: 0;
  margin-top: 0;
}
section.jobs ul.jobs-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
section.jobs ul.jobs-list li {
  border-top: 1px solid #a7a9ac;
  padding: 2.2857142857em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
section.jobs ul.jobs-list li:last-of-type {
  border-bottom: 1px solid #a7a9ac;
}
section.jobs ul.jobs-list li div.description {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  margin-right: 8.5714285714em;
}
section.jobs ul.jobs-list li div.description h3 {
  font-weight: 100;
  font-size: 2.5714285714em;
  margin-bottom: 1em;
}
section.jobs ul.jobs-list li div.description div.inner-description {
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
section.jobs ul.jobs-list li div.description div.inner-description p {
  font-weight: 300;
  font-size: 1.7142857143em;
  line-height: 1.4;
}
section.jobs ul.jobs-list li div.actions {
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: 0;
  min-width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
section.jobs ul.jobs-list li div.actions > a {
  position: relative;
  font-weight: 500;
  font-size: 1em;
  text-transform: uppercase;
  color: #bcbec0;
  letter-spacing: 2px;
  margin-top: 1em;
}
section.jobs ul.jobs-list li div.actions > a.learn-more {
  background-image: url(../other/wa-icon-expand.svg);
  background-size: 24px 11px;
  background-repeat: no-repeat;
  background-position: left 180px center;
}
section.jobs ul.jobs-list li div.actions > a.close {
  background-image: url(../other/wa-icon-close.svg);
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: left 182px center;
}
section.jobs ul.jobs-list li div.actions div.cta {
  opacity: 1;
  font-weight: 300;
  font-size: 1.7142857143em;
  color: #939598;
  line-height: 1.3;
  -webkit-transition: opacity 0.4s ease-out;
  -o-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}
section.jobs ul.jobs-list li div.actions div.cta a {
  color: #000;
}
section.article,
section.article-list {
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
section.article-list h1,
section.article h1 {
  padding: 6.369047619vw;
  font-size: 3.5714285714em;
}
section.article-list article > a > img,
section.article-list article > img,
section.article article > a > img,
section.article article > img {
  width: 100%;
  height: auto;
}
section.article-list article div.contents,
section.article article div.contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6.369047619vw;
  margin-bottom: 12.7380952381vw;
}
section.article-list article div.contents > div,
section.article article div.contents > div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
section.article-list article div.contents > div:first-of-type,
section.article article div.contents > div:first-of-type {
  margin-left: 6.369047619vw;
}
section.article-list article div.contents > div:first-of-type h2,
section.article article div.contents > div:first-of-type h2 {
  margin: 0;
  padding: 0;
  font-weight: 100;
  font-size: 3.5714285714em;
  margin-bottom: 0.8571428571em;
}
section.article-list article div.contents > div:first-of-type h2 a,
section.article article div.contents > div:first-of-type h2 a {
  color: #000;
}
section.article-list article div.contents > div:first-of-type h3,
section.article article div.contents > div:first-of-type h3 {
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-size: 1em;
  color: #bcbec0;
  letter-spacing: 2px;
  text-transform: uppercase;
}
section.article-list article div.contents > div:last-of-type,
section.article article div.contents > div:last-of-type {
  margin-right: 6.369047619vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
section.article-list article div.contents > div:last-of-type p,
section.article article div.contents > div:last-of-type p {
  font-weight: 400;
  font-size: 1.7142857143em;
  line-height: 1.4;
  margin-bottom: 1em;
  margin-top: 0;
}
section.article-list article div.contents > div:last-of-type a,
section.article article div.contents > div:last-of-type a {
  font-weight: 500;
  font-size: 1em;
  text-transform: uppercase;
  color: #bcbec0;
  letter-spacing: 2px;
  margin-top: 1em;
}
section.case-study-header {
  padding: 0;
  height: 48.6904761905vw;
  max-height: 818px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}
section.case-study-overview h3 {
  font-size: 14px;
  text-transform: uppercase;
  color: #d1d3d4;
  letter-spacing: 2.69px;
  margin-bottom: 0.3571428571vw;
  line-height: 30px;
}
section.case-study-overview > article {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}
section.case-study-overview > article,
section.case-study-overview > article > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
}
section.case-study-overview > article > div {
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 1023px) {
  section.case-study-overview > article > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
section.case-study-overview > article > div > div > p:first-of-type {
  margin-top: 0;
}
section.case-study-overview > article > div > aside {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 7.1428571429vw;
  min-width: 20.5952380952vw;
  width: 100%;
  max-width: 20.5952380952vw;
}
@media (max-width: 1023px) {
  section.case-study-overview > article > div > aside {
    min-width: auto;
    margin-left: 0;
  }
}
section.case-study-overview > article div.header {
  margin-bottom: 3.5714285714vw;
}
section.case-study-overview > article div.header h1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 38px;
  letter-spacing: -0.07px;
  line-height: 46px;
  font-weight: 100;
}
@media (max-width: 1023px) {
  section.case-study-overview > article div.header h1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
section.case-study-overview > article div.header aside.client h3 {
  color: #bc9a71;
}
section.case-study-overview > article div.header aside.client span {
  font-weight: 100;
  font-size: 18px;
  letter-spacing: -0.01px;
  line-height: 35px;
}
@media (max-width: 1023px) {
  section.case-study-overview > article div.header aside.client {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin-bottom: 1.9047619048vw;
  }
  section.case-study-overview > article div.header aside.client h3 {
    margin-bottom: 0;
    margin-right: 1.9047619048vw;
    -webkit-transform: translateY(1px);
    -o-transform: translateY(1px);
    transform: translateY(1px);
  }
}
section.case-study-overview > article div.body > div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
section.case-study-overview > article div.body p {
  font-size: 18px;
  letter-spacing: -0.01px;
  line-height: 27px;
}
section.case-study-overview > article div.body aside.scope ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  margin: 0;
}
section.case-study-overview > article div.body aside.scope ul li {
  display: block;
  font-size: 14px;
  letter-spacing: -0.01px;
  line-height: 29px;
}
@media (max-width: 1023px) {
  section.case-study-overview > article div.body aside.scope h3 {
    margin-top: 1.9047619048vw;
  }
  section.case-study-overview > article div.body aside.scope ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  section.case-study-overview > article div.body aside.scope ul li {
    margin-right: 1.9047619048vw;
  }
}
section.case-study-grid.alt {
  background: #efefef;
}
section.case-study-grid.alt li {
  border-color: #efefef;
}
section.case-study-grid div.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 2.1428571429vw;
}
@media (max-width: 1023px) {
  section.case-study-grid div.header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
section.case-study-grid div.header h2 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Tiempos;
  font-weight: 100;
  color: #000;
  text-align: left;
  text-transform: none;
  font-size: 30px;
  letter-spacing: -0.01px;
}
section.case-study-grid div.header p {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 0;
  font-weight: 100;
  font-size: 18px;
  letter-spacing: -0.01px;
  line-height: 27px;
}
section.case-study-grid ul.fitted-grid li.flush-left {
  border-left: 0 none;
}
section.case-study-grid ul.fitted-grid li.flush-right {
  border-right: 0 none;
}
section.case-study-quote {
  background-color: #efefef;
}
section.case-study-quote.alt {
  background-color: #fff;
}
section.case-study-quote blockquote {
  padding: 0;
  margin: 0;
  font-weight: 100;
  quotes: "“" "”";
  margin-bottom: 1.1904761905vw;
  font-size: 38px;
  letter-spacing: -0.07px;
  line-height: 46px;
}
section.case-study-quote blockquote:before {
  content: open-quote;
}
section.case-study-quote blockquote:after {
  content: close-quote;
}
section.case-study-quote span {
  color: #bc9a71;
  text-transform: uppercase;
  font-size: 0.8571428571em;
  letter-spacing: 2px;
  font-weight: 500;
  text-align: left;
  line-height: 30px;
}
section.case-study-projects.alt {
  background-color: #e4e4e4;
}
section.case-study-projects h2 {
  font-size: 14px;
  color: #bc9a71;
  letter-spacing: 2.69px;
  line-height: 30px;
  margin-bottom: 2.380952381vw;
}
section.case-study-projects div.projects {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 1.4285714286vw;
  grid-row-gap: 2.8571428571vw;
}
section.case-study-projects div.projects a {
  display: block;
  position: relative;
  overflow: hidden;
}
section.case-study-projects div.projects a figure {
  margin: 0;
  padding: 0;
}
section.case-study-projects div.projects a figure img {
  -webkit-transition: opacity 0.5s linear, -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.5s linear, -webkit-transform 0.5s ease-in-out;
  -o-transition: opacity 0.5s linear, -o-transform 0.5s ease-in-out;
  transition: opacity 0.5s linear, transform 0.5s ease-in-out;
  transition: opacity 0.5s linear, transform 0.5s ease-in-out,
    -webkit-transform 0.5s ease-in-out, -o-transform 0.5s ease-in-out;
  width: 100%;
  height: auto;
  margin-bottom: 1.9047619048vw;
}
section.case-study-projects div.projects a figure figcaption {
  color: #afb0b0;
  line-height: 30px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.8571428571em;
  letter-spacing: 2px;
  font-weight: 500;
}
section.case-study-projects div.projects a > .arrow {
  position: absolute;
  top: -45px;
  right: -45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 90px;
  height: 90px;
  z-index: 101;
  overflow: hidden;
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
section.case-study-projects div.projects a > .arrow:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #fff;
  z-index: -1;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
section.case-study-projects div.projects a > .arrow > img {
  width: 20px;
  margin-bottom: 6px;
  opacity: 0;
  -webkit-transform: translateY(100%) rotate(-45deg);
  -o-transform: translateY(100%) rotate(-45deg);
  transform: translateY(100%) rotate(-45deg);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
section.case-study-projects div.projects a:hover .arrow:before {
  height: 100%;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
section.case-study-projects div.projects a:hover .arrow > img {
  opacity: 1;
  -webkit-transform: translateY(-60%) rotate(-45deg);
  -o-transform: translateY(-60%) rotate(-45deg);
  transform: translateY(-60%) rotate(-45deg);
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
section.case-study-projects div.projects a:hover figure img {
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
section.case-study-info-link.alt {
  background-color: #efefef;
}
section.case-study-info-link h3 {
  font-size: 18px;
  color: #000;
  letter-spacing: -0.01px;
  font-weight: 300;
  margin-bottom: 0.3571428571vw;
}
section.case-study-info-link a {
  color: #bc9a71;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.8571428571em;
  letter-spacing: 2px;
  font-weight: 500;
}
#breakpoint-debug {
  display: block;
}
@media (min-width: 1024px) {
  section[data-identifier="home"]
    div.section-contents
    > article
    > .section-caption
    > p:first-child {
    max-width: 65vw;
  }
}
@media (min-width: 1200px) {
  section[data-identifier="home"]
    div.section-contents
    > article
    > .section-caption
    > p:first-child {
    max-width: 55vw;
  }
}
@media (min-width: 1440px) {
  section[data-identifier="home"]
    div.section-contents
    > article
    > .section-caption
    > p:first-child {
    max-width: 45vw;
  }
}
